ServiceRequestException Properties |
The ServiceRequestException type exposes the following members.
| Name | Description | |
|---|---|---|
| BackOffMilliseconds |
Gets suggested number of milliseconds to wait before attempting a request again. If zero, there is no suggested back-off time.
| |
| Data | (Inherited from Exception.) | |
| FaultCode |
Gets the fault code.
| |
| FaultString |
Gets the fault string.
| |
| HelpLink | (Inherited from Exception.) | |
| HResult | (Inherited from Exception.) | |
| InnerException | (Inherited from Exception.) | |
| Line |
Gets the line.
| |
| Message |
Gets a message that describes the current exception.
(Overrides ExceptionMessage.) | |
| Position |
Gets the position.
| |
| RequestBody |
Gets the request body.
| |
| ResponseCode |
Gets the response code.
| |
| ServerVersionInfo |
Gets the server version information.
| |
| Source | (Inherited from Exception.) | |
| StackTrace | (Inherited from Exception.) | |
| TargetSite | (Inherited from Exception.) | |
| XmlMessage |
Gets the XML message.
|